Skip to main content

Using Forms

This guide covers the end-user workflow for browsing forms, initiating submissions, filling in data, and processing submissions through the Maker–Checker–Approver lifecycle.


Accessing the Form List

  1. Open the Form Builder portal (for example, https://form-las.ledger.raralabs.dev).
  2. The Form List tab loads by default and shows all forms you are authorized to use.
  3. Each row displays:
    • Form identifier — slug name (for example, initiate_las, approve_loan)
    • Form name — display title (for example, Initiate Loan Against Share, Approve Loan)
    • Description — optional subtitle
    • Pending count — number of submissions awaiting action (for example, 17 pending)
    • + button — initiates a new submission

Searching for a Form

  1. Click the Search bar at the top of the page.
  2. Type part of the form name or identifier.
  3. The list filters to matching entries.

Switching to Schedule List

  1. Click the Schedule List tab next to Form List.
  2. View and manage scheduled form-related tasks.

Initiating a New Form Submission

There are two ways to start a new form:

From the Form List

  1. Locate the form in the Form List (for example, Initiate Loan Against Share).
  2. Click the + button on the right side of the form row.
  3. The form opens in the render view.

From Form Usages

  1. Click a form row in the Form List to open its Form Usages page.
  2. Click + Initiate Form in the top-right corner.
  3. The form opens in the render view.

Filling In and Submitting a Form

  1. The form render view opens with the form title at the top (for example, Initiate Loan Against Share or sumo-user-guide).
  2. Complete each field displayed on the form. Examples from the reference workflow:
FieldDescriptionExample Value
BOIDCustomer Beneficiary Owner ID34455
Account NumberCustomer account number1225751266207001
ReferenceBusiness reference identifier34
Full NameCustomer or applicant nameShiva
  1. Click Save to submit the form.
  2. The linked process stage executes with the submitted data.
  3. A success or error notification appears at the bottom of the screen confirming the result.

Note: If the configured process stage is not allowed for the current user or environment, a server error notification displays (for example, Stage cic_info_save Not Allowed).


Viewing Form Submissions (Form Usages)

After initiating or selecting a form, the Form Usages page shows all submissions for that form.

  1. The page title reads Form Usages — (identifier) Form Name (for example, Form Usages — (initiate_las) Initiate Loan Against Share).
  2. Use the tabs and filters to navigate submissions:
ControlPurpose
Pending tabShows submissions still in the workflow
Completed tabShows finalized submissions
MAKE buttonFilters submissions at the Make stage
CHECK buttonFilters submissions at the Check stage
APPROVE buttonFilters submissions at the Approve stage
View buttonAdjusts table display options
  1. The submissions table displays columns based on form configuration. Common columns include:
ColumnDescription
Ref IDUnique reference identifier with a status badge (for example, 01K... CHECK)
BOIDBeneficiary Owner ID from the submission
Account NumberAccount number from the submission
Full NameName field from the submission
Created byUser who initiated the form (for example, admin)
ActionsRow-level action buttons

Processing Submissions (Checker / Approver)

When a submission is in your workflow stage, use the Actions column to process it:

Edit

  1. Click Edit (blue pencil icon) on the submission row.
  2. Modify the form data as needed.
  3. Save the changes.

Approve

  1. Click Approve on the submission row.
  2. The submission moves to the next workflow stage.
  3. A success notification confirms the status change (for example, Status Changed Successfully or Task updated).

Note: Approval is restricted by user type and role. If your user type is not authorized, an error displays (for example, admin user type cannot approve this form).

Reject

  1. Click Reject (red button) on the submission row.
  2. The submission is declined and removed from the pending queue.

Signing Out

  1. Click the gear icon in the top-right corner of the header.
  2. Select Sign Out from the dropdown menu.

Additional menu options include Settings and Schedule Settings.


Common End-User Controls

ControlLocationPurpose
+ Initiate FormForm Usages page (top right)Starts a new form submission
+ buttonForm List row (far right)Quick-initiates a form from the list
SaveForm render view (bottom right)Submits entered form data
Edit / Approve / RejectForm Usages table Actions columnProcesses a pending submission
Pending / CompletedForm Usages tabsFilters by submission status
MAKE / CHECK / APPROVEForm Usages workflow buttonsFilters by workflow stage